/ Assembly List / LJCNetCommon / LJCAssemblyReflect / IsNotProperty

Namespace - LJCNetCommon


Parameters
methodInfo - The MethodInfo object.

Returns

True if not a Property, otherwise false.

Syntax

C#
public Boolean IsNotProperty(MethodInfo methodInfo)

Indicates if the Method is not a property getter or setter.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.